@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v18/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v18/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v18/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v18/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LA.ttf) format('truetype');
}
body {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  color: #222222;
}
body {
  margin: 0;
}
h2 {
  font-size: 2em;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #222222;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}
a:hover {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
span.light {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}
button:hover {
  cursor: pointer;
}
a:not(.btn) {
  text-decoration: underline;
}
a:not(.btn):hover {
  text-decoration: none;
  font-weight: 400;
}
a.btn {
  text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.mod {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
@media only screen and (min-width: 980px) {
  .mod {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 1100px) {
  .mod {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (min-width: 1500px) {
  .mod {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}
.btn {
  background-color: #9ac347;
  color: #222222;
  padding: 1.25em 3em;
  border-radius: 40px;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
.btn.primary {
  box-shadow: inset 0 0 0 0 #7b9c39;
}
.btn.primary:hover {
  box-shadow: inset 400px 0 0 0 #7b9c39;
  color: #ffffff;
}
.btn.secondary {
  background-color: #f1844e;
  box-shadow: inset 0 0 0 0 #f15002;
}
.btn.secondary:hover {
  box-shadow: inset 400px 0 0 0 #f15002;
  color: #ffffff;
}
.btn.tertiary {
  background-color: transparent;
  border-radius: 0;
  padding: 0 0 0.25em 0;
  border-bottom: 3px solid #222222;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
.btn.tertiary:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f0a9";
  padding-left: 0.5em;
  color: #f1844e;
}
.btn.tertiary:hover {
  color: #222222;
  border-bottom: 3px solid #f1844e;
}
.btn.text-link {
  background-color: transparent;
  border-bottom: none;
  text-decoration: underline;
  text-decoration-color: #9ac347;
  padding: 0;
}
.btn.text-link:hover {
  color: #222222;
  text-decoration-color: #7b9c39;
}
.multiple-callout {
  padding: 2em 0 4em 0;
}
.multiple-callout .intro-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px), only screen and (max-width: 782px) {
  .multiple-callout .intro-content-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout .intro-content-wrap {
    flex-direction: row;
    align-items: center;
  }
}
.multiple-callout .intro-content-wrap .intro-content {
  width: 70%;
}
@media only screen and (min-width: 768px), only screen and (max-width: 782px) {
  .multiple-callout .intro-content-wrap .intro-content {
    width: 100%;
  }
  .multiple-callout .intro-content-wrap .intro-content h2 {
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout .intro-content-wrap .intro-content {
    width: 50%;
  }
  .multiple-callout .intro-content-wrap .intro-content h2 {
    font-size: 2.5em;
  }
  .multiple-callout .intro-content-wrap .intro-content p {
    font-size: 1.25em;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 782px), only screen and (min-width: 768px) {
  .multiple-callout .intro-content-wrap .link {
    padding-bottom: 3em;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout .intro-content-wrap .link {
    width: 30%;
    text-align: right;
    font-size: 1em;
  }
}
@media only screen and (max-width: 782px), only screen and (min-width: 768px) {
  .multiple-callout .intro-content-wrap .link .btn {
    background-color: transparent;
    border-radius: 0;
    padding: 0 0 0.25em 0;
    border-bottom: 3px solid #222222;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
  }
  .multiple-callout .intro-content-wrap .link .btn:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f0a9";
    padding-left: 0.5em;
    color: #f1844e;
  }
  .multiple-callout .intro-content-wrap .link .btn:hover {
    color: #222222;
    border-bottom: 3px solid #f1844e;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout .intro-content-wrap .link .btn {
    background-color: #9ac347;
    color: #222222;
    padding: 1.25em 3em;
    border-radius: 40px;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    border-bottom: none;
    box-shadow: inset 0 0 0 0 #7b9c39;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
  }
  .multiple-callout .intro-content-wrap .link .btn:after {
    display: none;
  }
  .multiple-callout .intro-content-wrap .link .btn:hover {
    box-shadow: inset 400px 0 0 0 #7b9c39;
    color: #ffffff;
    border-bottom: none;
  }
}
.multiple-callout .mc-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 782px), only screen and (max-width: 979px) {
  .multiple-callout .mc-wrap {
    flex-direction: column;
  }
}
.multiple-callout .mc-wrap .callout {
  background-color: #02423E;
  border-bottom-right-radius: 20px;
  margin-bottom: 2em;
  text-decoration: none;
}
@media only screen and (max-width: 782px), only screen and (max-width: 979px) {
  .multiple-callout .mc-wrap .callout {
    width: 100% !important;
    margin-bottom: 2em;
  }
}
.multiple-callout .mc-wrap .callout:hover {
  cursor: pointer;
  background-color: #023532;
}
.multiple-callout .mc-wrap .callout:hover .content-wrap .mc-title:after {
  color: #f1844e;
}
.multiple-callout .mc-wrap .callout:hover .content-wrap .mc-desc {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}
.multiple-callout .mc-wrap .callout .content-wrap .mc-title {
  color: #9ac347;
  font-size: 1.5em;
  margin-bottom: 0;
}
.multiple-callout .mc-wrap .callout .content-wrap .mc-title:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f0a9";
  padding-left: 0.5em;
}
.multiple-callout .mc-wrap .callout .content-wrap .mc-desc {
  color: #ffffff;
  padding-bottom: 1.5em;
}
.multiple-callout .mc-wrap.col-2 .callout {
  width: 48%;
}
.multiple-callout .mc-wrap.col-2 .callout .img-wrap {
  position: relative;
}
.multiple-callout .mc-wrap.col-2 .callout .img-wrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.multiple-callout .mc-wrap.col-2 .callout .img-wrap:before {
  padding-top: 70%;
  content: '';
  display: block;
}
.multiple-callout .mc-wrap.col-2 .callout .content-wrap {
  width: 90%;
  margin-left: 1.5em;
}
@media only screen and (min-width: 768px) {
  .multiple-callout .mc-wrap.col-2 .callout .content-wrap {
    width: 86%;
  }
}
.multiple-callout .mc-wrap.col-3 .callout {
  width: 30%;
}
.multiple-callout .mc-wrap.col-3 .callout .img-wrap {
  position: relative;
}
.multiple-callout .mc-wrap.col-3 .callout .img-wrap img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.multiple-callout .mc-wrap.col-3 .callout .img-wrap:before {
  padding-top: 70%;
  content: '';
  display: block;
}
.multiple-callout .mc-wrap.col-3 .callout .content-wrap {
  width: 90%;
  margin-left: 1.5em;
}
@media only screen and (min-width: 768px) {
  .multiple-callout .mc-wrap.col-3 .callout .content-wrap {
    width: 86%;
  }
}
.multiple-callout .mc-wrap.icon-style .callout {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.multiple-callout .mc-wrap.icon-style .callout .icon img {
  height: 100px;
  width: auto;
}
.multiple-callout .mc-wrap.icon-style .callout .content {
  width: 75%;
  margin-left: 12.5%;
}
@media only screen and (max-width: 782px) {
  .multiple-callout .mc-wrap.icon-style .callout .content {
    width: 100%;
  }
}
.multiple-callout .mc-wrap.icon-style .callout .content .link {
  margin-top: 2em;
  padding-bottom: 1em;
}
.multiple-callout .mc-wrap.icon-style .callout:hover {
  cursor: auto;
}
.multiple-callout .mc-wrap.icon-style .callout.shared-content .rate-change-alert-form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 782px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .rate-change-alert-form form {
    flex-direction: column;
    max-width: 90%;
  }
}
.multiple-callout .mc-wrap.icon-style .callout.shared-content .rate-change-alert-form form input {
  padding: 1.25em 3em;
  border-radius: 40px;
  border: 1px solid black;
  margin-bottom: 1em;
}
.multiple-callout .mc-wrap.icon-style .callout.shared-content .rate-change-alert-form form label {
    display: block !important;
    margin-bottom: 10px;
}
.multiple-callout .mc-wrap.icon-style .callout.shared-content .rate-change-alert-form .puc_distributorList label {
    display: inline !important;
}
@media only screen and (max-width: 782px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .rate-change-alert-form form input {
    width: 80%;
  }
}
@media only screen and (min-width: 980px) {
  /*.multiple-callout .mc-wrap.icon-style .callout.shared-content .rate-change-alert-form form input {*/
  /*  width: 30%;*/
  /*}*/
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .rate-change-alert-form form > div {
      width: 47.5%;
  }
}
.multiple-callout .mc-wrap.icon-style .callout.shared-content .rate-change-alert-form form input::placeholder {
  font-weight: 700;
  opacity: 0.5;
}
.multiple-callout .mc-wrap.icon-style .callout.shared-content .rate-change-alert-form .link {
  margin-top: 0;
}
.multiple-callout .mc-wrap.icon-style .callout.shared-content .rate-change-alert-form .link input {
  border: none;
  width: 100%;
}
.multiple-callout .mc-wrap.icon-style .callout.shared-content .rate-change-alert-form .link input[type="submit"] {
  cursor: pointer;
}
.umbraco-forms-submitmessage {
    background: #02423E;
    color: white;
    font-weight: bold;
    padding: 10px;
    display: block;
}
@media only screen and (min-width: 980px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .link {
    margin-top: 0;
  }
}
@media only screen and (max-width: 782px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap {
    width: 80%;
  }
}
.multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form {
  display: flex;
}
@media only screen and (max-width: 782px), only screen and (min-width: 768px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form {
    flex-direction: column;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form {
    flex-direction: row;
  }
}
.multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form:before {
  font-family: 'Font Awesome 6 Pro';
  content: "\f3c5";
  position: absolute;
  margin-left: 1em;
  padding-top: 0.9em;
  font-size: 1.3em;
}
.multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .zipcode-input {
  padding-left: 3em;
  height: 3.5em;
  width: 50%;
  font-size: 1em;
  border-radius: 40px;
  border: 1px solid #222222;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 979px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .zipcode-input {
    height: 3em;
    width: 36%;
  }
}
@media only screen and (max-width: 782px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .zipcode-input {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .zipcode-input {
    width: 50%;
  }
}
@media only screen and (min-width: 820px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .zipcode-input {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .zipcode-input {
    width: 50%;
  }
}
@media only screen and (min-width: 1100px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .zipcode-input {
    width: 40%;
  }
}
.multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .btn.primary {
  color: #222222;
}
@media only screen and (max-width: 979px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .btn.primary {
    padding: 0.96em 3em;
  }
}
@media only screen and (max-width: 782px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .btn.primary {
    width: 84%;
    height: auto;
    margin-left: 0px;
    text-align: center;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .btn.primary {
    width: 42%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .btn.primary {
    margin-left: -6em;
    margin-bottom: 1.5em;
    width: 25%;
  }
}
@media only screen and (min-width: 1100px), only screen and (min-width: 1500px) {
  .multiple-callout .mc-wrap.icon-style .callout.shared-content .shop-rates-form .zipcode-wrap form .btn.primary {
    width: 25%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px), only screen and (max-width: 782px) {
  .multiple-callout .mc-wrap.icon-style .callout:nth-child(1) {
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 768px), only screen and (max-width: 782px) {
  .multiple-callout .mc-wrap.icon-style .callout:nth-child(2) {
    border-left: none;
    border-top: 3px solid #65c1b2;
    padding-top: 1em;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout .mc-wrap.icon-style .callout:nth-child(2) {
    border-left: 3px solid #65c1b2;
    border-top: none;
    border-radius: 0;
  }
}
.multiple-callout .mc-wrap.icon-style.col-3 .callout {
  border-left: none;
  border-top: 3px solid #65c1b2;
  padding-top: 4em;
}
@media only screen and (min-width: 980px) {
  .multiple-callout .mc-wrap.icon-style.col-3 .callout {
    border-left: 3px solid #65c1b2;
    border-top: none;
    border-radius: 0;
    padding-top: 0;
  }
}
.multiple-callout .mc-wrap.icon-style.col-3 .callout:first-child {
  border: none;
  padding-top: 0;
}
.multiple-callout.with-resource-list .mod {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multiple-callout.with-resource-list .mod .intro-content-wrap {
  width: 100%;
}
.multiple-callout.with-resource-list .mod .mc-wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.with-resource-list .mod .mc-wrap {
    width: 65%;
  }
}
@media only screen and (min-width: 980px) {
  .multiple-callout.with-resource-list .mod .mc-wrap.col-2 .callout-wrap {
    width: 48%;
  }
}
.multiple-callout.with-resource-list .mod .mc-wrap h3 {
  font-size: 1.5em;
}
.multiple-callout.with-resource-list .mod .mc-wrap .mc-desc {
  font-size: 1.25em;
}
.multiple-callout.with-resource-list .mod .resource-sidebar {
  padding-top: 2em;
}
@media only screen and (min-width: 980px) {
  .multiple-callout.with-resource-list .mod .resource-sidebar {
    width: 30%;
    padding-top: 0;
  }
}
.multiple-callout.with-resource-list .mod .resource-sidebar .sidebar-wrap {
  background-color: #eaf9f7;
  padding: 1em 2em 4em 2em;
}
.multiple-callout.with-resource-list .mod .resource-sidebar .sidebar-wrap .resource-list-wrap {
  padding-left: 1em;
}
.multiple-callout.with-resource-list .mod .resource-sidebar .sidebar-wrap .resource-list-wrap li.pdf-file:before {
  font-family: 'Font Awesome 6 Pro';
  content: "\f56d";
  margin-right: 1em;
}
.multiple-callout.with-resource-list .mod .resource-sidebar .sidebar-wrap .resource-list-wrap li.is-link:before {
  font-family: 'Font Awesome 6 Pro';
  content: "\f08e";
  margin-right: 0.8em;
}
.multiple-callout.with-resource-list .mod .resource-sidebar .sidebar-wrap .resource-list-wrap li.pdf-file {
  margin-left: 0;
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
.multiple-callout.with-resource-list .mod .resource-sidebar .sidebar-wrap .resource-list-wrap li.is-link {
  margin-left: 0;
  margin-bottom: 0.5em;
  font-size: 1.25em;
}
.multiple-callout.with-resource-list .mod .resource-sidebar .sidebar-wrap .resource-list-wrap li.pdf-file a:hover {
  text-decoration: underline;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}
.multiple-callout.with-resource-list .mod .resource-sidebar .sidebar-wrap .resource-list-wrap li.is-link a:hover {
  text-decoration: underline;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}
.multiple-callout.icon-style {
  padding-top: 4em;
}
.puc_distributorList {
  padding: 0.5em 0;
}
.puc_distributorList input {
  width: fit-content !important;
}
.puc_distributorList label {
  margin-left: 10px !important;
  display: inline !important;
}